Northwoods.GoSilverlight 1.3.5 Assembly
ClearUnresolvedReferences Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ClearUnresolvedReferences Method

Forget all unresolved delayed or forward references.

Syntax

Visual Basic (Declaration) 
Public Sub ClearUnresolvedReferences() 
C# 
public void ClearUnresolvedReferences()

Remarks

The model may learn about node data in any order, so references to nodes may be unresolvable until later, perhaps never. Call this method to clear the internal table that keeps track of NodeKeys that are not yet defined.

This is called when setting a number of property path properties, because a model property path change can completely alter the references each node data might be making.

Requirements

See Also

© 2012 All Rights Reserved.